The sequence data type is a data type that represents a countable number of ordered values. It is represented by an instance of the SequenceDataType Class.
The ElementDataType Property contains the data type of the elements of the sequence.
The Length Property determines how many elements the sequence has. It is equals to -1 when the length is unknown (e.g. dynamic).